Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 12, 2024
1 parent 04a9634 commit a1ac9ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Support/ClosureStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ class ClosureStream
{
/**
* The stream protocol.
*
* @var string
*/
const string STREAM_PROTO = 'laravel-serializable-closure';
const STREAM_PROTO = 'laravel-serializable-closure';

/**
* Checks if this stream is registered.
Expand Down

0 comments on commit a1ac9ef

Please sign in to comment.