Created
February 10, 2017 03:54
-
-
Save evercode1/b4708ee4df6c0b6e3b2f2de92dbd8bf1 to your computer and use it in GitHub Desktop.
chapter 9 view share method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public function boot() | |
| { | |
| $value = \App\Utilities\Copyright::displayNotice(); | |
| view()->share('copyright', $value); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment