Skip to content

Commit 25c8de6

Browse files
authored
Skip eloquent
Fixes ##451
1 parent 5a841a2 commit 25c8de6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/helper.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
}
1313

1414
<?php foreach($namespaces as $namespace => $aliases): ?>
15+
<?php if ($namespace == '\Illuminate\Database\Eloquent'): continue; endif; ?>
1516
namespace <?= $namespace == '__root' ? '' : trim($namespace, '\\') ?> {
1617
<?php foreach($aliases as $alias): ?>
1718

0 commit comments

Comments
 (0)