1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 03:34:04 +00:00

move console classes to Console directory

This commit is contained in:
Abrar Ahmad 2022-08-26 15:37:27 +05:00
parent 50d903feb8
commit 8418fac990
5 changed files with 6 additions and 5 deletions

View file

@ -146,7 +146,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
*/
protected function resolveApplicationConsoleKernel($app)
{
$app->singleton('Illuminate\Contracts\Console\Kernel', Etc\ConsoleKernel::class);
$app->singleton('Illuminate\Contracts\Console\Kernel', Etc\Console\ConsoleKernel::class);
}
public function randomString(int $length = 10)