Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Updated for Laravel 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mengidd committed Feb 10, 2017
1 parent 87b406a commit 3e13bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaseRepositoryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Kodebyraaet\Pattern;

use Illuminate\Console\AppNamespaceDetectorTrait;
use Illuminate\Console\DetectsApplicationNamespace;
use Illuminate\Support\ServiceProvider;

class BaseRepositoryServiceProvider extends ServiceProvider
{
use AppNamespaceDetectorTrait;
use DetectsApplicationNamespace;

/**
* Bootstrap any application services.
Expand Down

0 comments on commit 3e13bcc

Please sign in to comment.