Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
20
vendor/genealabs/laravel-sign-in-with-apple/tests/Fixtures/Providers/TestingServiceProvider.php
vendored
Normal file
20
vendor/genealabs/laravel-sign-in-with-apple/tests/Fixtures/Providers/TestingServiceProvider.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace GeneaLabs\LaravelSignInWithApple\Tests\Fixtures\Providers;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class TestingServiceProvider extends ServiceProvider
|
||||
{
|
||||
protected $defer = false;
|
||||
|
||||
public function boot()
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
public function register()
|
||||
{
|
||||
$this->loadRoutesFrom(__DIR__ . "/../routes/web.php");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user