File "repository-interface.stub"
Full Path: /home/fundopuh/trader.fxex.org/vendor/theanik/laravel-more-command/src/Commands/stubs/repository-interface.stub
File size: 163 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace $CLASS_NAMESPACE$;
use $INTERFACE_NAMESPACE$;
class $CLASS$ implements $INTERFACE$
{
public function __construct()
{
//
}
}