File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ public function boot()
23
23
}
24
24
});
25
25
26
+ config ()->set ('app.asset_url ' , '/ ' );
27
+
26
28
$ this ->app [Dispatcher::class]->map ([
27
29
\Spatie \Export \Jobs \CrawlSite::class => CrawlSiteHandler::class,
28
30
]);
Original file line number Diff line number Diff line change 2
2
3
3
namespace Code16 \OzuClient ;
4
4
5
+ use Code16 \OzuClient \Deploy \DeployServiceProvider ;
5
6
use Code16 \OzuClient \Support \Pagination \StaticLengthAwarePaginator ;
6
7
use Code16 \OzuClient \Support \Pagination \StaticPaginator ;
7
8
use Code16 \OzuClient \Support \Thumbnails \CdnThumbnail ;
@@ -50,6 +51,8 @@ public function register()
50
51
? $ app ->make (CdnThumbnail::class)
51
52
: $ app ->make (LocalThumbnail::class);
52
53
});
54
+
55
+ $ this ->app ->register (DeployServiceProvider::class);
53
56
}
54
57
55
58
public function boot ()
You can’t perform that action at this time.
0 commit comments