You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Add fixed cms 🆙
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Emulator;
|
||||
|
||||
use App\Models\User;
|
||||
|
||||
interface EmulatorInterface
|
||||
{
|
||||
public function getCurrencyBalance(User $user, string $type): int;
|
||||
|
||||
/**
|
||||
* Get the list of columns that represent permissions in the database.
|
||||
*/
|
||||
public function getPermissionColumns(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user