Add newlines and copyright notices.

This commit is contained in:
James Cole
2018-12-31 07:48:23 +01:00
parent 005e4ba4d1
commit 3e25d66902
113 changed files with 381 additions and 97 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* api.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -334,4 +335,4 @@ Route::group(
Route::put('{user}', ['uses' => 'UserController@update', 'as' => 'update']);
Route::delete('{user}', ['uses' => 'UserController@delete', 'as' => 'delete']);
}
);
);

View File

@@ -1135,4 +1135,4 @@ try {
}
);
} catch (DuplicateBreadcrumbException $e) {
}
}

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* channels.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* console.php
* Copyright (c) 2017 thegrumpydictator@gmail.com

0
routes/web.php Executable file → Normal file
View File