|
@@ -2,26 +2,25 @@
|
|
|
|
|
|
use Illuminate\Support\ServiceProvider;
|
|
|
|
|
|
-class AppServiceProvider extends ServiceProvider {
|
|
|
-
|
|
|
-
|
|
|
- * Bootstrap any application services.
|
|
|
- *
|
|
|
- * @return void
|
|
|
- */
|
|
|
- public function boot()
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- * Register any application services.
|
|
|
- *
|
|
|
- * @return void
|
|
|
- */
|
|
|
- public function register()
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
+class AppServiceProvider extends ServiceProvider
|
|
|
+{
|
|
|
+
|
|
|
+ * Bootstrap any application services.
|
|
|
+ *
|
|
|
+ * @return void
|
|
|
+ */
|
|
|
+ public function boot()
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
+
|
|
|
+ * Register any application services.
|
|
|
+ *
|
|
|
+ * @return void
|
|
|
+ */
|
|
|
+ public function register()
|
|
|
+ {
|
|
|
+
|
|
|
+ }
|
|
|
}
|