Skip to content

Commit 9d0f3ec

Browse files
committed
added currency helpers
1 parent dc70678 commit 9d0f3ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/FuncServiceProvider.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
namespace NotchAfrica\Func;
4+
45
use NotchAfrica\Func\Commands\CurrencyCleanup;
56
use NotchAfrica\Func\Commands\CurrencyHydrate;
67
use NotchAfrica\Func\Commands\CurrencySeed;

src/helpers.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
use NotchAfrica\Func\Currency;
54

65
if (! function_exists('currency')) {

0 commit comments

Comments
 (0)