From 719a47ef2294a27c2fa27d30ee7cb82955a759f6 Mon Sep 17 00:00:00 2001 From: Matthew Shillam Date: Mon, 22 Oct 2018 19:43:30 +0100 Subject: [PATCH] Remove unwanted comments --- app/Backup.php | 6 ------ app/Client.php | 1 - app/Http/Resources/Client.php | 19 ------------------- app/Schedule.php | 7 +------ 4 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 app/Http/Resources/Client.php 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 @@ -