Skip to content

Commit

Permalink
Using ::class notation
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 11, 2017
1 parent 466f70b commit db7776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Page/composers.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

view()->composer(['page::admin.create', 'page::admin.edit'], 'Modules\Page\Composers\TemplateViewComposer');
view()->composer(['page::admin.create', 'page::admin.edit'], \Modules\Page\Composers\TemplateViewComposer::class);

0 comments on commit db7776f

Please sign in to comment.