diff options
| -rw-r--r-- | src/Assets.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/Assets.php b/src/Assets.php index 962041f..b9f3a57 100644 --- a/src/Assets.php +++ b/src/Assets.php @@ -2,6 +2,7 @@  namespace Lightscale\LaralightAssets; +use Exception;  use InvalidArgumentException;  class Assets | 
