Skip to content

Commit d72caaa

Browse files
committed
minor update to registration order
1 parent c8d9ffc commit d72caaa

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/StringBladeServiceProvider.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ public function boot()
171171
*/
172172
public function provides()
173173
{
174-
return [StringBlade::class];
174+
return [
175+
StringBlade::class,
176+
'view',
177+
ViewFactory::class,
178+
];
175179
}
176180
}

0 commit comments

Comments
 (0)