diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 83b3e65..0e06be6 100644 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -7,12 +7,9 @@ use Archetype\Commands\ErrorsCommand; use Archetype\Factories\LaravelFileFactory; use Archetype\Factories\PHPFileFactory; -use Archetype\Traits\AddsLaravelStringsToStrWithMacros; class ServiceProvider extends BaseServiceProvider { - use AddsLaravelStringsToStrWithMacros; - public function register() { $this->registerFacades(); @@ -22,7 +19,6 @@ public function register() public function boot() { - $this->bootStrMacros(); $this->publishConfig(); } diff --git a/src/Traits/AddsLaravelStringsToStrWithMacros.php b/src/Traits/AddsLaravelStringsToStrWithMacros.php deleted file mode 100644 index e32345a..0000000 --- a/src/Traits/AddsLaravelStringsToStrWithMacros.php +++ /dev/null @@ -1,67 +0,0 @@ -