Removed the FixPermissionsCommand

This commit is contained in:
James Brooks
2015-08-08 15:10:28 +01:00
parent 0a682a00f7
commit 065b1fd168
2 changed files with 0 additions and 112 deletions

View File

@@ -23,7 +23,6 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
'CachetHQ\Cachet\Console\Commands\DemoSeederCommand',
'CachetHQ\Cachet\Console\Commands\FixPermissionsCommand',
];
/**