mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
Week 24/2022
This commit is contained in:
parent
bd6a684102
commit
a955c3968b
12 changed files with 138 additions and 1 deletions
13
content/tips/you-can-import-entire-namespaces-in-php.md
Normal file
13
content/tips/you-can-import-entire-namespaces-in-php.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: 'You can import entire namespaces in PHP'
|
||||
tweet_id: '1538579126595899393'
|
||||
thread_slug: weekly-thread-2022-24
|
||||
author_username: archtechx
|
||||
images:
|
||||
- 'https://pbs.twimg.com/media/FVYDILtUAAAmQlc.jpg'
|
||||
created_at: 2022-06-19T17:47:03+00:00
|
||||
slug: you-can-import-entire-namespaces-in-php
|
||||
---
|
||||
🔥 You can import entire namespaces in PHP
|
||||
|
||||
This is useful when you're interacting with *many* classes from a single namespace
|
||||
Loading…
Add table
Add a link
Reference in a new issue