Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   src/axm_helper.php
  • Loading branch information
juancristobalgd1 committed Oct 19, 2023
1 parent cb68384 commit 4ef06c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/axm_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Axm\Views\View;
use Illuminate\Support\Str;
use Illuminate\Support\Carbon;
use Axm\Exception\AxmException;

if (!function_exists('extend')) {

Expand Down Expand Up @@ -433,7 +432,6 @@ function post($key = null)
}
}


if (!function_exists('isLogged')) {

/**
Expand Down Expand Up @@ -504,7 +502,6 @@ function getUser(string $value = null)
}
}


if (!function_exists('app')) {

/**
Expand Down Expand Up @@ -565,7 +562,6 @@ function once($fn)
*
* If no argument is provided, returns a new instance of a string helper class
* that allows chaining string manipulation methods.
*
* If a string argument is provided, creates a Stringable instance for the given string.
* @param string|null $string (Optional) The input string to operate on.
* @return Stringable|object Returns a Stringable instance if a string argument is provided.
Expand Down

0 comments on commit 4ef06c9

Please sign in to comment.