diff --git a/app/Backup.php b/app/Backup.php index b2685e2..0871779 100644 --- a/app/Backup.php +++ b/app/Backup.php @@ -11,11 +11,5 @@ class Backup extends Model * * @var array */ - // protected $fillable = [ - // 'client_name', - // 'secret_key', - // 'access_key', - // 'setup_config' - // ]; protected $guarded = [ 'id' ]; } diff --git a/app/Client.php b/app/Client.php index 6837d93..3cb911c 100644 --- a/app/Client.php +++ b/app/Client.php @@ -10,7 +10,6 @@ use App\Traits\Uuids; class Client extends Model { use Uuids; - // use Notifiable; /** * Indicates if the IDs are auto-incrementing. diff --git a/app/Http/Resources/Client.php b/app/Http/Resources/Client.php deleted file mode 100644 index 1890216..0000000 --- a/app/Http/Resources/Client.php +++ /dev/null @@ -1,19 +0,0 @@ -