Skip to content

Commit

Permalink
⚰️ Removing test echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoapaes committed May 16, 2022
1 parent a02c176 commit 6420237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/ide-helper
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use Like\Eloquent\IdeHelper\Application;
include __DIR__ . '/../src/laravel-functions.php';

if (! class_exists(Application::class)) {
echo "hhhh";
include isset($_composer_autoload_path) ? $_composer_autoload_path : __DIR__ . '/../vendor/autoload.php';
}

Expand Down

0 comments on commit 6420237

Please sign in to comment.