mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
finish plugin: sticky promotion
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
namespace Nexus\Plugin;
|
||||
|
||||
use App\Repositories\BaseRepository;
|
||||
use Illuminate\Support\Arr;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
abstract class BasePlugin
|
||||
abstract class BasePlugin extends BaseRepository
|
||||
{
|
||||
abstract function install();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user