Skip to content

Commit

Permalink
minor update to registration order
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrePorter committed Sep 16, 2020
1 parent c8d9ffc commit d72caaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/StringBladeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ public function boot()
*/
public function provides()
{
return [StringBlade::class];
return [
StringBlade::class,
'view',
ViewFactory::class,
];
}
}

0 comments on commit d72caaa

Please sign in to comment.