Skip to content

Commit

Permalink
Stop use Str macros which might be causing segmentation faults
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Mar 9, 2022
1 parent bf07970 commit 5aeefaa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
4 changes: 0 additions & 4 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -22,7 +19,6 @@ public function register()

public function boot()
{
$this->bootStrMacros();
$this->publishConfig();
}

Expand Down
67 changes: 0 additions & 67 deletions src/Traits/AddsLaravelStringsToStrWithMacros.php

This file was deleted.

0 comments on commit 5aeefaa

Please sign in to comment.