From df930d629bab2fedf98a99f7e1fc691b6bea6170 Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Thu, 29 Oct 2015 16:48:45 +0000 Subject: [PATCH] Add missing copyright notices --- app/Console/Commands/RebuildFilesize.php | 18 ++++++++++++++++++ ...153827_update_track_files_with_filesize.php | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app/Console/Commands/RebuildFilesize.php b/app/Console/Commands/RebuildFilesize.php index a5d66cc9..97d616ef 100644 --- a/app/Console/Commands/RebuildFilesize.php +++ b/app/Console/Commands/RebuildFilesize.php @@ -1,5 +1,23 @@ . + */ + namespace Poniverse\Ponyfm\Console\Commands; use Illuminate\Console\Command; diff --git a/database/migrations/2015_10_29_153827_update_track_files_with_filesize.php b/database/migrations/2015_10_29_153827_update_track_files_with_filesize.php index 5c12d706..f2661524 100644 --- a/database/migrations/2015_10_29_153827_update_track_files_with_filesize.php +++ b/database/migrations/2015_10_29_153827_update_track_files_with_filesize.php @@ -1,5 +1,23 @@ . + */ + use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration;