mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-20 02:55:05 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
@@ -166,8 +166,7 @@ return [
|
||||
/*
|
||||
* Package Service Providers...
|
||||
*/
|
||||
|
||||
//
|
||||
Zondicons\ZondiconsServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
|
||||
7
config/zondicons.php
Normal file
7
config/zondicons.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'spritesheet_path' => resource_path('assets/icons/sprite.svg'),
|
||||
'inline' => false,
|
||||
'class' => 'zondicon',
|
||||
];
|
||||
Reference in New Issue
Block a user